github.com/refraction-networking/utls.serverHelloMsg.sessionId (field)
11 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L901: bytes.Equal(hs.serverHello.sessionId, hs.hello.sessionId)
handshake_client_tls13.go#L211: if !bytes.Equal(hs.hello.sessionId, hs.serverHello.sessionId) {
handshake_messages.go#L754: sessionId []byte
handshake_messages.go#L891: b.AddBytes(m.sessionId)
handshake_messages.go#L912: !readUint8LengthPrefixed(&s, &m.sessionId) ||
handshake_server.go#L556: hs.hello.sessionId = hs.clientHello.sessionId
handshake_server_tls13.go#L176: hs.hello.sessionId = hs.clientHello.sessionId
handshake_server_tls13.go#L562: sessionId: hs.hello.sessionId,
u_public.go#L303: sessionId: shm.SessionId,
u_public.go#L333: SessionId: shm.sessionId,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |